Package com.cisco.pt.ipc.sim.pdu
Interface RepTLV_BPA
- All Known Implementing Classes:
RepTLV_BPAImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleanvoidsetCurrentKey(String currentKey) voidvoidvoidsetPreferred(boolean preferred) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.RepTLV
getRepLength, getRepType, setRepLength, setRepTypeMethods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getPortId
String getPortId()- Returns:
- String Returns a String
-
setPortId
- Parameters:
portId- Takes in a parameter of portId
-
getKey
String getKey()- Returns:
- String Returns a String
-
setKey
- Parameters:
key- Takes in a parameter of key
-
getCurrentKey
String getCurrentKey()- Returns:
- String Returns a String
-
setCurrentKey
- Parameters:
currentKey- Takes in a parameter of currentKey
-
getPreferred
boolean getPreferred()- Returns:
- boolean Returns a boolean
-
setPreferred
void setPreferred(boolean preferred) - Parameters:
preferred- Takes in a parameter of preferred
-